home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / D-F / FSP 2.6 / FSP Control(87).eee < prev    next >
Encoding:
Text File  |  1989-09-18  |  2.2 KB  |  96 lines  |  [TEXT/QED1]

  1. * This is an early FSP COntrol from Ed Edell.
  2. *  It does not use macros or symbols.  -- Tom K.
  3. *
  4. * For an example of what this does,
  5. * call the "Keeper of the Lists" BBS
  6. * at (201) 677-9815 8pm - 9 am - EEE
  7. *
  8. * The "DL" section
  9. *
  10. LOAD  "DataFrame 20:BBS:Sections:DL" 
  11. PURGE
  12. CHECK/PATH 
  13. PURGE       
  14. SORT/DATE                  
  15. DELETE/DUPS                      
  16. PURGE
  17. FORMAT "TI:20+'size:'+SIZEK:10+'date:'+DA:10+'type:'+TY:CR:'description:'+DES"
  18. SAVETEXT/FORMAT  "DL-DATE"          
  19. SORT/TITLE
  20. SAVETEXT/FORMAT  "DL-NAME"            
  21. SAVE  "DataFrame 20:BBS:Sections:DL"         
  22. SAVE  "DataFrame 20:BBS:BU Sections: BU DL" 
  23. CLEAR                                
  24. *
  25. * The "UL" section
  26. *
  27. LOAD  "DataFrame 20:BBS:Sections:UL"
  28. PURGE
  29. CHECK/PATH
  30. PURGE
  31. SORT/DATE
  32. DELETE/DUPS
  33. PURGE
  34. FORMAT "TI:20+'size:'+SIZEK:10+'date:'+DA:10+'type:'+TY:CR:'description:'+DES"
  35. SAVETEXT/FORMAT  "UL-DATE"
  36. SORT/TITLE
  37. SAVETEXT/FORMAT  "UL-NAME"
  38. SAVE  "DataFrame 20:BBS:Sections:UL"
  39. SAVE  "DataFrame 20:BBS:BU Sections:BU UL"
  40. CLEAR
  41. *
  42. * The "LibraryDL" section
  43. *
  44. LOAD  "DataFrame 20:BBS:Sections:LibraryDL"
  45. PURGE
  46. CHECK/PATH
  47. PURGE
  48. SORT/DATE
  49. DELETE/DUPS
  50. PURGE
  51. FORMAT "TI:20+'size:'+SIZEK:10+'date:'+DA:10+'type:'+TY:CR:'description:'+DES"
  52. SAVETEXT/FORMAT  "LibraryDL-DATE"
  53. SORT/TITLE
  54. SAVETEXT/FORMAT  "LibraryDL-NAME"
  55. SAVE  "DataFrame 20:BBS:Sections:LibraryDL"
  56. SAVE  "DataFrame 20:BBS:BU Sections:BU LibraryDL"
  57. CLEAR
  58. *
  59. * The "LibraryUL" section
  60. *
  61. LOAD  "DataFrame 20:BBS:Sections:LibraryUL"
  62. PURGE
  63. CHECK/PATH
  64. PURGE
  65. SORT/DATE
  66. DELETE/DUPS
  67. PURGE
  68. FORMAT "TI:20+'size:'+SIZEK:10+'date:'+DA:10+'type:'+TY:CR:'description:'+DES"
  69. SAVETEXT/FORMAT  "LibraryUL-DATE"
  70. SORT/TITLE
  71. SAVETEXT/FORMAT  "LibraryUL-NAME"
  72. SAVE  "DataFrame 20:BBS:Sections:LibraryUL"
  73. SAVE  "DataFrame 20:BBS:BU Sections:BU LibraryUL"
  74. CLEAR
  75. *
  76. * "EDS" section
  77. *
  78. LOAD  "DataFrame 20:BBS:Sections:EDS"
  79. PURGE
  80. CHECK/PATH
  81. PURGE
  82. SORT/DATE
  83. DELETE/DUPS
  84. PURGE
  85. FORMAT "TI:20+'size:'+SIZEK:10+'date:'+DA:10+'type:'+TY:CR:'description:'+DES"
  86. SAVETEXT/FORMAT  "EDS-DATE"
  87. SORT/TITLE
  88. SAVETEXT/FORMAT  "EDS-NAME"
  89. SAVE  "DataFrame 20:BBS:Sections:EDS"
  90. SAVE  "DataFrame 20:BBS:BU Sections: BU EDS"
  91. CLEAR
  92. *
  93. * Now launch "Red Ryder Host"
  94. *
  95. LAUNCH  "Red Ryder Host"